/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menuFly {font-family: arial, sans-serif; width:176px; height:130px; position:relative; margin:0; font-size:10px; margin:20px 0;}
.menuFly ul li a, .menuFly ul li a:visited {display:block; text-decoration:none; color:#000; width:174px; height:20px; text-align:left; border:1px solid #fff; border-width:1px 1px 0 0; background:#D8DFEE; line-height:19px; font-size:10px;
	font-weight:bold;
	text-indent:25px;
	background-image:url(../images/WebImg/bullet.gif);
	background-repeat:no-repeat;

}
.menuFly ul {padding:0; margin:0;list-style-type: none; }
.menuFly ul li {
	float:left;
	margin-right:1px;
	position:relative;
	width: auto;
	background-image:url(../images/WebImg/bullet.gif);
	background-repeat:no-repeat;
}
.menuFly ul li ul {display: none;}

/* specific to non IE browsers */
.menuFly ul li:hover a {color:#fff; background:#6987BC;}
.menuFly ul li:hover ul {display:block; position:absolute; top:0; left:175px; width:165px;}
.menuFly ul li:hover ul li a.hide {
	background:#6987BC;
	color:#000;
	background-image:url(../images/WebImg/bullet.gif);
	background-repeat:no-repeat;
}
.menuFly ul li:hover ul li:hover a.hide {width:165px;}
.menuFly ul li:hover ul li ul {display: none;}
.menuFly ul li:hover ul li a {display:block; background:#6987BC; color:#000; width:165px;}
.menuFly ul li:hover ul li a:hover {background:#D8DFEE; color:#fff;}
.menuFly ul li:hover ul li:hover ul {display:block; position:absolute; left:165px; top:0; color:#000;}
.menuFly ul li:hover ul li:hover ul li a {display:block; width:165px; background:#6987BC; color:#000;}
.menuFly ul li:hover ul li:hover ul li a:hover {background:#D8DFEE; color:#fff;}
